object Form3: TForm3 Left = 427 Top = 279 Width = 291 Height = 251 Caption = 'Settings' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 24 object label1: TLabel Left = 112 Top = 48 Width = 61 Height = 24 Caption = ' Speed' Color = clWhite ParentColor = False end object Label7: TLabel Left = 64 Top = 184 Width = 158 Height = 24 Caption = 'http://saverfun.com' end object Label2: TLabel Left = 24 Top = 40 Width = 36 Height = 24 Caption = ' min' Color = clWhite ParentColor = False end object Label3: TLabel Left = 224 Top = 40 Width = 36 Height = 24 Caption = 'max' Color = clWhite ParentColor = False end object Button1: TButton Left = 104 Top = 136 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object ScrollBar1: TScrollBar Left = 8 Top = 8 Width = 265 Height = 25 Max = 20 Min = 1 Position = 1 TabOrder = 1 end object CheckBox1: TCheckBox Left = 80 Top = 72 Width = 129 Height = 65 Caption = 'Mute Sound' TabOrder = 2 end end